home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher+1.2b4 / doc / object.changes < prev    next >
Encoding:
Text File  |  1993-02-19  |  1.7 KB  |  58 lines

  1. Changes from 1.2b1 to 1.2b2
  2. ---------------------------
  3.  
  4. * Fixed problems with tmpnam() and warning for VIprettyLang()
  5.  
  6. Changes from 1.03 to 1.1
  7. ------------------------
  8.  
  9. * Made a new object DynArray.  It's a neato dynamic array.  I'll be
  10.   using it more in other objects soon.  Right now it's used in
  11.   GopherDirObjs and the new site and ext code.
  12.  
  13. * Fixed GDfromLink()  It wasn't re-initializing after each GSfromLink().
  14.  
  15. * GDsort() now does the comparisions for numbered entries.  Much faster
  16.   and cleaner looking code.
  17.  
  18. * #undef boolean first in case we're building with WAIS (which has
  19.   already #defined it).
  20.  
  21. * Filenames are now less than 14 characters for those sysvr3 people.
  22.  
  23. * Really revamped the way compatible.h and compatible.c work.
  24.  
  25.  
  26. Changes from 1.01 to 1.03
  27. -------------------------
  28.  
  29. In accordance with the new Gopher+ the server doesn't tack scores on
  30. the end of directory listings resulting from searches.
  31.  
  32. Changes from 1.0 to 1.01
  33. ------------------------
  34.  
  35. Fixed problem with GDfromNet not returning the right number of items.
  36.  
  37.  
  38. Changes to 1.0
  39. --------------
  40.  
  41. Fixed problem in GDfromNet() and GSfromNet() that didn't deal with
  42. directories that don't have objects of any known type.  Fix from David
  43. Woodgate.
  44.  
  45. Fixed problem in STRset() that could potentially cause crashes. The
  46. stored length was one greater than the actual length.  Fix from Alan
  47. Tuchman.
  48.  
  49. Fixed problem in sreadword() that compared a character with NULL,
  50. naughty naughty, it should have been '\0'.
  51.  
  52. GDfromNet now takes an optional function parameter.  Used by the nifty
  53. twirl code.
  54.  
  55. Fixed problem in STRset() freeing blocks leftover from realloc is bad
  56. bongos.
  57.  
  58. Removed most, if not all memory leaks.  Yeah to support@purify.com!!